Code
<script> var num = 2; alert(num.toExponential()); </script>
Output